Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODFrame


SetInLimbo

The SetInLimbo method specifies whether this frame is to be removed from a part's content model.

void SetInLimbo (in ODBoolean isInLimbo);
isInLimbo
kODTrue if this frame is to be removed from a part's content model, or kODFalse if this frame is currently in a part's content model (such as an embedded frame).
DISCUSSION
Your part calls this method to specify whether this frame is in limbo.

The in-limbo flag is not a persistent property of frames; frames that are in limbo are eventually removed. If this frame is in limbo, then this frame is removed from the draft by the part that last contained the frame in its content model. This method does not need to recursively set the flags of embedded frames.

SEE ALSO
The ODFrame::IsInLimbo method (page 328).
"Undo and Embedded Frames" on page 262 in OpenDoc Programmer's Guide.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help